[struts2, jsp] onchange not working for <s:select>

Posted by Kevin on Stack Overflow See other posts from Stack Overflow or by Kevin
Published on 2010-05-05T01:48:00Z Indexed on 2010/05/05 1:58 UTC
Read the original article Hit count: 309

Filed under:
|
|

I have something that looks like this:

<s:select ... onchange="javascript:alert('testing')"/>

But when I run it and look at using firebug, the onchange is not there and so the javascript is not executed. Any ideas? This is driving me nuts.

© Stack Overflow or respective owner

Related posts about struts2

Related posts about jsp